home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / stepp000.swf / scripts / DefineSprite_2560 / frame_33 / DoAction.as < prev   
Text File  |  2008-11-12  |  241b  |  17 lines

  1. if(80 < random(100))
  2. {
  3.    set("/Variables:Vent",random(5) - 2);
  4.    tellTarget("../Drapeaux")
  5.    {
  6.       gotoAndStop(eval("/Variables:Vent") + 3);
  7.    }
  8. }
  9. if(BouleLance < 5)
  10. {
  11.    gotoAndPlay(10);
  12. }
  13. else
  14. {
  15.    gotoAndPlay(34);
  16. }
  17.